Owner Constructor (String, Int64, Int64, String) |
Initializes a new instance of the Owner class.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Owner(
string username,
long sessionID,
long version,
string address
)
Public Sub New (
username As String,
sessionID As Long,
version As Long,
address As String
)
Parameters
- username
- Type: SystemString
The user’s login on the originating host. - sessionID
- Type: SystemInt64
The session unique identifier. - version
- Type: SystemInt64
The session version number. - address
- Type: SystemString
The address of the machine from which the session was created.
See Also